home *** CD-ROM | disk | FTP | other *** search
-
-
-
- SSSSeeeeaaaarrrrcccchhhh::::::::DDDDiiiicccctttt((((3333)))) SSSSeeeeaaaarrrrcccchhhh::::::::DDDDiiiicccctttt((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- Search::Dict, look - search for key in dictionary file
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- use Search::Dict;
- look *FILEHANDLE, $key, $dict, $fold;
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- Sets file position in FILEHANDLE to be first line greater than or equal
- (stringwise) to $_k_e_y. Returns the new file position, or -1 if an error
- occurs.
-
- The flags specify dictionary order and case folding:
-
- If $_d_i_c_t is true, search by dictionary order (ignore anything but word
- characters and whitespace).
-
- If $_f_o_l_d is true, ignore case.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-